home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 10 / CU Amiga Magazine's Super CD-ROM 10 (1997-03-15)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-05][50887 CUAM10].iso / CUCD / Graphics / MPMorph / Read.Me < prev    next >
Text File  |  1997-02-23  |  3KB  |  74 lines

  1. Short:    Morphing/Warping program OS3.0+
  2. Author:   mark@topic.demon.co.uk
  3. Uploader: mark@topic.demon.co.uk
  4. Type:     gfx/edit
  5.  
  6. $VER: MPMorph44.readme 4.4 (23.2.97)
  7.  
  8. MPMorph is a set of morphing programs. It features full context
  9. sensitive indexed help files, an interactive tutorial, a full
  10. ARexx interface, and "real time" previewing. Full source is available.
  11.  
  12. Update of beta Version 4.3
  13. Major Update of TSMorph (still available - use that for OS2.04/OS2.1)
  14.  
  15. MPMorph is a set of morphing programs. It consists of two main programs:
  16.  
  17.      MPMorph    Edit the Morph parameters
  18.      MPRender   Generate the morphed images
  19.  
  20. MPMorph is used to create a parameter file which is used by MPRender
  21. to produce the morphed images. Run times can be about 3 seconds per frame
  22. for a 150x150 image on a 28Mhz 68040.
  23.  
  24. MPRender can be used to either morph one (or a series of) image(s) to
  25. another in a set number of frames with a number of control points, or just
  26. distort one (or a series of) image(s) with control points. When MPRender is
  27. run without parameters it will display an ASL file requester for a file
  28. created by MPMorph, it will then create the images, displaying a Progress
  29. Requester on the default public (or named) screen allowing the process to be
  30. interrupted and/or stopped.
  31.  
  32. ARexx scripts are run before and after each image is processed. These allow
  33. the changing of movement and colour to be controlled along with the ability
  34. to only generate some frames, and also post image processing (e.g. to
  35. change to a non-24-bit format and build an animation).
  36.  
  37. MPMorph is used to generate the parameter file. When run it displays an
  38. Information Window on a public screen. This allows the input of the file
  39. names to morph between, the number of frames, the start frame, the output
  40. file names, and the type of morph (single or dual images) to be changed.
  41.  
  42. It also allows the editing of control points on the images. The images are
  43. displayed on a public screen in resizeable, scrollable windows.
  44.  
  45. When the images are displayed control points can be edited in various
  46. modes. These modes allow the addition, deletion, linking and unlinking of
  47. the control points.
  48.  
  49. Context sensitive help is displayed using amigaguide. The 'Help' key can
  50. be pressed in the gadgets, over the gadgets, on menus or anytime a window
  51. is active.
  52.  
  53. // MPMorph - Amiga Morphing program
  54. // Copyright (C) © 1993-97 Mark John Paddock
  55.  
  56. // This program is free software; you can redistribute it and/or modify
  57. // it under the terms of the GNU General Public License as published by
  58. // the Free Software Foundation; either version 2 of the License, or
  59. // any later version.
  60.  
  61. // This program is distributed in the hope that it will be useful,
  62. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  63. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  64. // GNU General Public License for more details.
  65.  
  66. // You should have received a copy of the GNU General Public License
  67. // along with this program; if not, write to the Free Software
  68. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  69.  
  70. // mark@topic.demon.co.uk
  71. // mpaddock@cix.compulink.co.uk
  72.  
  73. M J Paddock
  74.